home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Dead Stripping.1 < prev    next >
Encoding:
Internet Message Format  |  1996-07-03  |  738 b   |  [TEXT/ttxt]

  1. Subject:     Re: Dead Stripping
  2. Sent:        7/3/96 10:48 AM
  3. Received:    7/3/96 10:31 AM
  4. From:        Paul Mylchreest, paulm@teamsoft.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >I have run into a small problem regarding Dead Stripping.
  9. >
  10. >I have subclassed <FW_CSuperView> into <CClassA>. Everything is fine.
  11. >However, when I subclasse <CClassA> into <CClassB>, the only method that is
  12. >not stripped is <FW_DoNotDeadStripCClassB()>.  There is no multiple
  13. >inheritance involved.
  14. >
  15.  
  16. I solved the problem, so please disregard that part of the message.
  17.  
  18. The static methods CClassB::Create() and CClassB::Destroy() need to be
  19. implemented.
  20.  
  21. Paul.
  22.  
  23.  
  24.